home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / TUTORIALADD.DTML < prev    next >
Encoding:
Text File  |  2000-05-10  |  1.1 KB  |  44 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <HTML lang="en">
  3. <HEAD>
  4. <TITLE>Add Zope Tutorial</TITLE>
  5. </HEAD>
  6. <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
  7. <H2>Add Zope Tutorial</H2>
  8.  
  9. <P>
  10.   This tutorial show you the basics of using Zope. You will
  11.   learn how to create and manage Zope resources by builting
  12.   a web site devoted to tracking Elvis sightings. Each lesson
  13.   includes working examples in Zope that allow you to learn
  14.   by hands on experimentation.
  15. </P><P>  
  16.   The tutorial assumes that you are familiar with basic Internet
  17.   technologies such as <a href="http://www.w3.org/MarkUp/Guide/">HTML</a>,
  18.   URLs, and web browers.
  19. </P>
  20.  
  21.  
  22. <FORM ACTION="addTutorial" METHOD="POST">
  23. <TABLE CELLSPACING="2">
  24. <TR>
  25.   <TD ALIGN="LEFT" VALIGN="TOP">
  26.   <STRONG>Id</STRONG>
  27.   </TD>
  28.   <TD ALIGN="LEFT" VALIGN="TOP">
  29.   <INPUT TYPE="TEXT" NAME="id" SIZE="40">
  30.   </TD>
  31. </TR>
  32.  
  33. <TR>
  34. <TD></TD>
  35. <TD>
  36. <BR><INPUT TYPE="SUBMIT" VALUE=" Add ">
  37. </TD>
  38. </TR>
  39. </TABLE>
  40. </FORM>
  41. </BODY>
  42. </HTML>
  43.  
  44.